JMCountAWTContextFrames
Counts the number of frames associated with an AWT context.
OSStatus JMCountAWTContextFrames ( JMAWTContextRef context, UInt32* frameCount);
context
- The AWT context whose frames are being counted.
frameCount
- A pointer to the frame count. On return, this parameter holds the number of allocated frames associated with the context. (This value may be 0.)
- function result
- A result code. See "JManager Result Codes" (page 69) for a list of result codes that JManager may return in this field.
SEE ALSO
After determining the number of frames, you can then access an individual frame by calling theJMGetAWTContextFrame
function (page 31).
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help